home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / shell < prev    next >
Text File  |  1991-04-23  |  839b  |  22 lines

  1.                                    SHELL
  2.             Allows another command processor (shell) to be used
  3.                       See also <COMMAND> <CONFIG.SYS>
  4.  
  5. The SHELL command specifies the program to be loaded when the system
  6. is booted.  It allows another program to be used in of COMMAND.COM.
  7.  
  8. COMMAND TYPE: System Configuration      VERSION: 2.0 and up
  9.  
  10. USE:  SHELL = [d:][path]filename [parameters ...]
  11.  
  12. d: path filename specifies the file that will be loaded in place of
  13.    COMMAND.COM.  Any parameters specified will be passed to this file
  14.    when it is executed.
  15.  
  16. MSDOS sets the COMSPEC environment variable to the filename specified
  17. in SHELL. This is used to reload the command processor whenever it is
  18. neccessary.
  19.  
  20. NOTE: This command must be placed in the <CONFIG.SYS> file and is not a
  21. normal DOS command.
  22.